Building for different platforms
Some platforms require some extra attention when building for them.
Android
Reactional only works on 64-bit systems.
Plugin binaries
Android by default lacks certain features of the libc++_shared library internally, and as such that will need to be included in the build.
libge_timeline.so & libc++_shared.so
Make sure the binary is set to ARM64 in order to load properly.
Player Settings
You will need to pick the IL2CPP backend, and make sure that ARM64 is chosen (ARMv7 should not be selected)